Click or drag to resize

ResponseContentLength Property

Gets Content-Length header field. The Content-Length header field indicates the size of the response body. If no body is present in a request, then the Content-Length header field value must be zero.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public int ContentLength { get; }

Property Value

Type: Int32
See Also